Transcription: In this lesson you will learn how to create and save a database. You will also add and delete records. Creating a database is a two-step process. First, you design and create the table. Then, you enter the data into the table. The table is a database object that defines the structure of your database. It specifies the type of data and where the data will be located. You will learn how to create a table, which includes defining fields. fields. Each field requires a field name, field type, and field description.